SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 34144: "OMRLog.log (Permission denied)" when using PROC INFOMAPS or the SAS Information Maps LIBNAME Engine

DetailsAboutRate It

When executing PROC INFOMAPS code or using the SAS Information Maps LIBNAME engine, you might see an error that is similar to the following:

log4j:ERROR setFile(null,false) call failed. 
java.io.FileNotFoundException: OMRLog.log (Permission denied) 

There are two possible solutions:

  • change the output location of the OMRLog.log file
  • do not output the OMRLog.log file
  • Note: OMRLog.log is a 0 byte file, so you can safely choose to not create it.

To perform these tasks, you must modify a file named grpfstpt.xml.

CAUTION: Before editing qrpfstpt.xml, make a copy of the file.

Following are some examples of where grpfstpt.xml can be found, depending on your operating system and your version of SAS:

  • Windows: C:\Program Files\SAS\SAS 9.2\core\sasmisc\qrpfstpt.xml
  • UNIX: /sas/dev/mva-v913/hostcm/misc/qrpfstpt.xml
  • z/OS: /SASHome/SASFoundation/9.3/hostcm/qrpfstpt.xml

If you are on Windows or UNIX, then you can open the qrpfstpt.xml file in a text editor

If you are on z/OS, the qrpfstpt.xml file is written in ASCII. To edit the file, you must use the VA line command from =3.17 under ISPF.

When you are ready to edit the file, search for the entry OMRLog.log. It should be within the <TextStore> tag.Here are some examples of how you might modify the file.

Write to c:\OMRLog.log

...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value="c:\OMRLog.log"/></Output>...

Write to \\machine-name\public\Logs\OMRLog.log

...;File"><param name="immediateFlush"
value="true">/<param name="append"
value="false"/><param name="file"
value="\\machine-name\public\Logs\OMRLog.log"/></Output>...

Suppress output of OMRLog.log

...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value=""/></Output>...


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.1 TS1M3 SP49.3 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft® Windows® for x649.1 TS1M3 SP49.3 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP4
Microsoft Windows 2000 Server9.1 TS1M3 SP4
Microsoft Windows 2000 Professional9.1 TS1M3 SP4
Microsoft Windows NT Workstation9.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.3 TS1M0
Microsoft Windows XP Professional9.1 TS1M3 SP49.3 TS1M0
Windows Vista9.1 TS1M3 SP49.3 TS1M0
64-bit Enabled AIX9.1 TS1M3 SP49.3 TS1M0
64-bit Enabled HP-UX9.1 TS1M3 SP49.3 TS1M0
64-bit Enabled Solaris9.1 TS1M3 SP49.3 TS1M0
HP-UX IPF9.1 TS1M3 SP49.3 TS1M0
Linux9.1 TS1M3 SP49.3 TS1M0
Linux on Itanium9.1 TS1M3 SP49.3 TS1M0
OpenVMS Alpha9.1 TS1M3 SP49.3 TS1M0
Tru64 UNIX9.1 TS1M3 SP49.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.